home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / UUPC11QS.ARJ / CHECKTIM.H < prev    next >
Text File  |  1991-07-08  |  499b  |  9 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    c h e c k t i m . h                                             */
  3. /*                                                                    */
  4. /*    Function prototypes for time of day validation routines for     */
  5. /*    UUPC/extended                                                   */
  6. /*--------------------------------------------------------------------*/
  7.  
  8. boolean checktime(const char *xtime, time_t delta);
  9.